%'Dynamic Link set Product_InformationRecordSet = CreateObject("ADODB.RecordSet") Product_InformationRecordSet.Open "select * from Products where Category = 'Saw Blades'", ConnectString("LooseScrews") set Product_Information = WrapRecordSet(Product_InformationRecordSet, "ProductID") Product_Information.Move GetRecordIndex() - 1 %>
Navigating Through an Item List |
|||||||||||
|
|